github.com/andybalholm/brotli.acceptSpec.Q (field)

6 uses

	github.com/andybalholm/brotli (current package)
		http.go#L41: 			if spec.Q > bestQ &&
		http.go#L43: 				bestQ = spec.Q
		http.go#L57: 	Q     float64
		http.go#L70: 			spec.Q = 1.0
		http.go#L77: 				spec.Q, s = expectQuality(s[2:])
		http.go#L78: 				if spec.Q < 0.0 {